Operation boolean
interrupted (), in Class Thread
Documentation
* Tests if the current thread has been interrupted.
* Note that <code>interrupted</code> is a static method, while
* <code>isInterrupted</code> is called on the current
* <code>Thread</code> instance.
*
* @return <code>true</code> if the current thread has been interrupted;
* <code>false</code> otherwise.
* @see java.lang.Thread#isInterrupted()
* @since JDK1.0
Concurrency | Sequential | Export Control | PublicAccess |
Property Settings
Java
Static | True | Abstract | False |
Final | False | Native | False |
Synchronized | False | | |